Semi-working base for bgfx renderer
This commit is contained in:
@@ -7,6 +7,7 @@ find_package(Boost REQUIRED COMPONENTS system filesystem thread chrono)
|
||||
find_package(assimp REQUIRED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
find_package(PNG REQUIRED)
|
||||
find_package(X11 REQUIRED)
|
||||
find_package(BGFX REQUIRED)
|
||||
# GLM
|
||||
|
||||
@@ -19,6 +20,7 @@ include_directories(
|
||||
${Boost_INCLUDE_DIRS}
|
||||
${assimp_INCLUDE_DIRS}
|
||||
${PNG_INCLUDE_DIRS}
|
||||
${X11_INCLUDE_DIR}
|
||||
${BGFX_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
@@ -70,6 +72,7 @@ target_link_libraries(game
|
||||
${Boost_LIBRARIES}
|
||||
${assimp_LIBRARIES}
|
||||
${PNG_LIBRARIES}
|
||||
${X11_LIBRARIES}
|
||||
${BGFX_LIBRARIES}
|
||||
)
|
||||
|
||||
@@ -84,6 +87,7 @@ target_link_libraries(breakout
|
||||
${Boost_LIBRARIES}
|
||||
${assimp_LIBRARIES}
|
||||
${PNG_LIBRARIES}
|
||||
${X11_LIBRARIES}
|
||||
${BGFX_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user