Changeset 19402 for trunk/FACT++
- Timestamp:
- 11/15/18 16:15:47 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/CMakeLists.txt
r19398 r19402 67 67 # ********* Requirements ********** 68 68 # ********************************* 69 70 # Inlclude the main source AND build dir itself71 SET(CMAKE_INCLUDE_CURRENT_DIR ON)72 SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)73 69 74 70 # =========== pkg-config ============ … … 320 316 321 317 # ------------------------------------------------------- 318 # Inlclude the main source AND build dir itself 319 SET(CMAKE_INCLUDE_CURRENT_DIR ON) 320 SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) 322 321 323 322 INCLUDE_DIRECTORIES(pal)
Note:
See TracChangeset
for help on using the changeset viewer.